Displays routing information for Anycast IP Gateway interfaces on BEBs.
show ip anycast-gateway i-sid [<1-15999999>] [adv-sys-id <xxxx.xxxx.xxxx>] [all-routers] [home] [remote]
None
User EXEC
The show ip anycast-gateway i-sid command displays the following information:
| Output field | Description | 
|---|---|
| L2VSN | Displays the Layer 2 VSN I-SID. | 
| L3VSN | Displays the Layer 3 VSN I-SID. | 
| GW IPv4 | Displays the IPv4 gateway address. | 
| GW MAC | Displays the gateway MAC. | 
| PATH-COST | Displays the SPB path cost to the next hop. | 
| ADD-METRIC | Displays the SPB cost advertised by the Multi-area SPB designated boundary node. | 
| NEXT-HOP-BMAC | Displays the BMAC of the next hop. | 
| AREA | Displays the area to which the entry belongs. | 
| ADV-SYS-ID | Displays the IS-IS system ID of the advertising node. | 
| ACTIVE | Displays if the advertising node is the installed Anycast IP Gateway router. This column displays in the output if you use the optional all-routers parameter. | 
| ADV-RTR | Displays the host name of the advertising node. | 
The following example displays routing information without optional command parameters.
Switch:1>show ip anycast-gateway i-sid
======================================================================================================
                                     Anycast I-SID
======================================================================================================
                                             PATH  ADD
L2VSN  L3VSN  GW IPv4      GW MAC            COST  METRIC  NEXT-HOP-BMAC      AREA   ADV-SYS-ID     ADV-RTR
------------------------------------------------------------------------------------------------------
10     0      192.0.2.254  00:00:5e:00:01:27 50    0       00:01:00:01:44:16  HOME   0001.0001.4416 R2
11     0      198.0.2.254  00:00:5e:00:01:27 50    0       00:01:00:01:44:15  HOME   0001.0001.4415 R1
-----------------------------------------------------------------------------------------------------------
2 out of 2 total number of entries displayed
            
            The following example displays information for all advertising routers.
Switch:1>show ip anycast-gateway i-sid all-routers
===========================================================================================================
                                          Anycast I-SID
===========================================================================================================
                                          PATH  ADD
L2VSN L3VSN GW IPv4     GW MAC            COST  METRIC NEXT-HOP-BMAC     AREA ADV-SYS-ID     ACTIVE ADV-RTR
-----------------------------------------------------------------------------------------------------------
10    0     192.0.2.254 00:00:5e:00:01:27 50    0      00:01:00:01:44:15 HOME 0001.0001.4415 false  R1
10    0     192.0.2.254 00:00:5e:00:01:27 50    0      00:01:00:01:44:16 HOME 0001.0001.4416 true   R2
11    0     198.0.2.254 00:00:5e:00:01:27 50    0      00:01:00:01:44:15 HOME 0001.0001.4415 true   R1
11    0     198.0.2.254 00:00:5e:00:01:27 50    0      00:01:00:01:44:16 HOME 0001.0001.4416 false  R2
-----------------------------------------------------------------------------------------------------------
4 out of 4 total number of entries displayed